PhpHelper.h
Language: C++
Last Modified: 2022-08-18 12:03:01 AM UTC
File Size: 214 bytes
Last Modified: 2022-08-18 12:03:01 AM UTC
File Size: 214 bytes
http://www.penguinstew.ca/example/CodeFormater/PhpHelper.h
pragmaonce
include<string>
include<vector>
namespacePhpHelper
{
std::stringhtmlspecialcharsstd::stringinput;
std::vector<std::string>explodestd::stringdelimiterstd::stringstr;
}
1
2
3
4
5
6
7
8
9
10
11
12